home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
pc
/
IDEASRC
/
Gallery.Dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-06
|
273 b
|
15 lines
on mouseDown
puppetSound(2, "tick")
repeat while the mouseDown
set the visible of sprite 6 to 0
updateStage()
end repeat
set the visible of sprite 6 to 1
updateStage()
if soundBusy(1) then
sound stop 1
else
puppetSound(1, "help")
end if
end